<xs:complexType name="ApiKeyActivationRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="MerchantId" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="ApplicationId" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="ActivationCode" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="SerialNumber" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="DeviceId" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
|